home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / database / ddf606a.arj / HELPDOC.EXE / DUPS.HLP < prev    next >
Text File  |  1994-03-02  |  3KB  |  60 lines

  1.       ╒═══════════════════════════════════════════════════════════════════╕
  2.       │                     Searching for Duplicates                      │
  3.       ╘═══════════════════════════════════════════════════════════════════╛
  4.  
  5.       To search for duplicate records, select "Duplicate Records Search" in
  6.       the main menu.
  7.  
  8.       If the message "An index must be active to search duplicates."
  9.       appears, you will need to select an index file as the Controlling
  10.       index. You are given a chance to select a Controlling Index at this
  11.       time. Refer to "Creating/Selecting Index Files" in the on-line
  12.       documentation for more on index files and their usage.
  13.  
  14.       If the message "Field to be used for Duplicate Search has not been
  15.       assigned." appears you will be given a chance at this time to assign
  16.       a logical field to be used for duplicate checking.
  17.  
  18.       If you do not have a logical field in your database that can be used
  19.       exclusively for this purpose, you will need to modify the database to
  20.       include one. To do this, you will first need to close the database,
  21.       then modify it with the "Create/Modify Database Files" command. See
  22.       "Creating/Modifying a Database" in the on-line documentation. In the
  23.       provided SAMPLE.DBF file, the Duplicate field is called DUPLICATES.
  24.  
  25.       Once you have added the logical field, you will need to assign it as
  26.       the Duplicate Search Field. You can either repeat the steps you took
  27.       earlier or refer to "General Setup" in the main menu then "Field
  28.       Assignment". See "General Setup" in the on-line documentation for
  29.       more on field assignment.
  30.  
  31.       If a filter exists, it will be turned off.
  32.  
  33.       If the index key can not be found in the index file, "Error in index
  34.       file.  Can not find index key.  Press any key..." will display and
  35.       abort duplicate search. Recreate index and try again.
  36.  
  37.       Duplicates are looked for in the fields the selected (controlling)
  38.       index was created on. If, for example, the selected index file was
  39.       created on LAST NAME, FIRST NAME, and ZIP CODE. Duplicates will be
  40.       any two or more records with the same content in all three fields. If
  41.       only a portion of the fields were used in the index file, only that
  42.       portion will be looked at when checking for duplicates.
  43.  
  44.       Next, "Do you want to automatically Mark duplicates? (Y/N)" will
  45.       display. This will automatically Mark (for deletion) records that
  46.       appear to be duplicates.
  47.  
  48.           If Yes, and if there are currently any marked records in the
  49.           database, you will be informed so and allowed to unmark them
  50.           before proceeding. At the end of this procedure you are asked if
  51.           you want to delete the marked records at this time. If No, you
  52.           can always select "<F6> Pack" while editing records to delete
  53.           Marked records.
  54.  
  55.           If No, the dup field will be set to T for all records that match;
  56.           both the original and any duplicates and a filter is set to these
  57.           records. After completion, you can view the records and then Mark
  58.           and delete the ones that are duplicates.
  59.  
  60.